home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 498
- Top = 204
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Ooze Board Editor'
- ClientHeight = 368
- ClientWidth = 628
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = MainMenu1
- Position = poScreenCenter
- Visible = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 628
- Height = 368
- OnMouseDown = Image1MouseDown
- end
- object Image2: TImage
- Left = 112
- Top = 160
- Width = 97
- Height = 65
- Visible = False
- end
- object Image3: TImage
- Left = 216
- Top = 168
- Width = 49
- Height = 41
- Visible = False
- end
- object Image4: TImage
- Left = 8
- Top = 112
- Width = 49
- Height = 41
- Visible = False
- end
- object Image5: TImage
- Left = 512
- Top = 152
- Width = 628
- Height = 368
- Visible = False
- end
- object MainMenu1: TMainMenu
- Left = 16
- Top = 248
- object Game1: TMenuItem
- Caption = '&Board'
- ShortCut = 0
- object New1: TMenuItem
- Caption = '&New'
- ShortCut = 0
- OnClick = Newgame
- end
- object Open1: TMenuItem
- Caption = '&Open'
- ShortCut = 0
- OnClick = Open1Click
- end
- object Save1: TMenuItem
- Caption = '&Save'
- ShortCut = 0
- OnClick = Save1Click
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- ShortCut = 0
- OnClick = Exit1Click
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- ShortCut = 0
- object About1: TMenuItem
- Caption = '&About'
- ShortCut = 0
- OnClick = About1Click
- end
- end
- end
- object ImageList1: TImageList
- Height = 56
- Width = 88
- Left = 384
- Top = 216
- end
- object ImageList2: TImageList
- Height = 35
- Width = 45
- Left = 424
- Top = 216
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'brd'
- FileEditStyle = fsEdit
- Filter = 'Ooze Boards|*.brd'
- InitialDir = 'Boards'
- Options = [ofOverwritePrompt]
- Title = 'Save Ooze Board As...'
- Left = 24
- Top = 24
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'Ooze Boards|*.brd'
- InitialDir = 'Boards'
- Options = [ofFileMustExist]
- Title = 'Load Ooze Board...'
- Left = 72
- Top = 32
- end
- end
-